agents.anac.y2011.ValueModelAgent
Class BidList

java.lang.Object
  extended by agents.anac.y2011.ValueModelAgent.BidList

public class BidList
extends java.lang.Object


Field Summary
 java.util.ArrayList<BidWrapper> bids
           
 
Constructor Summary
BidList()
           
 
Method Summary
 boolean addIfNew(BidWrapper newBid)
           
 void sortByOpponentUtil(ValueModeler model)
           
 void sortByOurUtil()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bids

public java.util.ArrayList<BidWrapper> bids
Constructor Detail

BidList

public BidList()
Method Detail

sortByOurUtil

public void sortByOurUtil()

sortByOpponentUtil

public void sortByOpponentUtil(ValueModeler model)

addIfNew

public boolean addIfNew(BidWrapper newBid)